Chapter 5: Integration with Spring
This chapter explains how to integration MyBatis with Spring framework.
Topics covered:
	a) Configuring MyBatis in Spring ApplicationContext
	b) Injecting SqlSession and SQL Mappers
	c) Transaction Management using Spring
	
How to Run:
	1. Update the database properties in application.properties file.
	2. You can run the JUnit tests in src/test/java folder.
	3. Build using Maven: mvn clean package
